2014-09-29 - 13739 - Spec - 2014 Bus Reorg Systems Realignment #MMPPSupport #ABAPSUPPORT
SPECIFICATIONS
13739 - Spec - 2014 BUS Reorg System Realignment
Purpose
Create a custom Table to maintain the values for Material Group 5 and Profit Center for specified Combinations.
Material Creation program should pull the information from this table and update the Material Group 5 and Profit Centers while material is created.
Admin Info
Purpose
|
Custom Table creation to maintain combinations for Material Group 5 and Profit Center
|
Requested By
|
Rahul Attarde
|
Spec Created By
|
Adithya, Venkat Kondapally
|
Spec Created Date
|
09/29/2014
|
Spec QA by
|
Adithya
|
Objects
|
ZMATGRP5_PC - Material Group 5 and Profit Center Update
LSMW - Material Creation Programs
|
Document Status
|
WIP
|
Estimates
Sl.No
|
Activity
|
Estimation in Hours
|
1
|
Research
|
|
2
|
Documentation
|
|
3
|
Development/ Config
|
|
4
|
Unit test in DEV
|
|
5
|
Unit test in QUA
|
|
6
|
Other activity
|
|
|
TOTAL
|
|
References
Prior Tickets
[Provide links of prior associated Spec / Break Fix BOSS document(s)]
Documents
[Attach any document(s) received for the requirement(s)]
Reorg_Rules.xls
Spec Changes
[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]
Sl.
|
Change Details
|
Requested By
|
Requested On
|
Notes if any
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functional Requirement
Purpose/WHY:
[Explain the purpose of the project and the reason why this requirement has come]
Table is to be created to maintain the combinations of Sales Organization, Product hierarchy Level 1, Level2, Level3, Level5, Level6, Material Group5 and Profit Center.
When Material is created the Material Creation Program checks the product hierarchy in the newly created material and fetches the Material Group 5 and profit center from the table and updates in the material master.
- Give an option of deleting the entry.
- Entries in the table shall be sorted.
Three Fields in the table are mandatory: Sales Org, material Group5 and Profit Center.
Material Creation Program:
Material Creation Program need to check the entries in the table and find the suitable combination and update Material Group 5 and profit center in the Material Master.
First Product Hierarchy level 1 is to be checked.
Below is the sequence of the product hierarchies:
Level1, Level2, Level3, Level5 and Level6.
In Scope:
[List the
activities to be included in scope]
Combinations of the above mentioned fields are maintained.
Out of Scope:
[Out of scope activities]
Entry with Insert option is not in the scope.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Create a Custom Table ZMATGRP5_PC to maintain the combination of the values.
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
RO01
|
Create an entry with the combination of Sales Org, Product Hierarchies, Material Group and Profit Centre
|
An Entry must be saved with the data.
|
|
|
|
Solution Details
[Provide complete technical details for configuration or programming here]
Based on custom table ZMATGRP5_PC we need to fetch the material group 5 and profit center based on sales organization and product hierarchy.
1) At first we need to fetch material group5 and product hierarchy based on sales org and PH1 (product hierarchy level 1) .
if entry not found for above selection in table then we go for
we need to fetch material group5 and product hierarchy based on sales org and PH2 (product hierarchy level 2) .
If entry not found for above selection in table then we go for
we need to fetch material group5 and product hierarchy based on sales org and PH3 (product hierarchy level 3) .
If entry not found for above selection in table then we go for
we need to fetch material group5 and product hierarchy based on sales org and PH5 (product hierarchy level 5) .
If entry not found for above selection in table then we go for
we need to fetch material group5 and product hierarchy based on sales org and PH6 (product hierarchy level 6) .
If entry not found for above selection in table then we go for
we need to fetch material group5 and product hierarchy based on sales org.
Above logic is to implemented in all material creation programs .
below are list of lsmw's which we need to change.
Project ENGINEERING
Subproject FERT
Object EXTENSION
Head wear materials
Project ZGBLUPLOAD
Subproject FERT
Object EXTENSION
Apparel materials
Project ZGBLUPLOAD
Subproject FERT
Object EXTENSION_APP
Roal materiasl
Project ZROAL
Subproject ROAL
Object UPDPRCTR
Global creation
Project MATERIAL_EXT
Subproject MATERIAL_EXT
Object GLOBAL
Issues
[List Issues / Bugs identified in configuration or development]